rev1(ls) -> r12(ls, empty)
r12(empty, a) -> a
r12(cons2(x, k), a) -> r12(k, cons2(x, a))
↳ QTRS
↳ DependencyPairsProof
rev1(ls) -> r12(ls, empty)
r12(empty, a) -> a
r12(cons2(x, k), a) -> r12(k, cons2(x, a))
R12(cons2(x, k), a) -> R12(k, cons2(x, a))
REV1(ls) -> R12(ls, empty)
rev1(ls) -> r12(ls, empty)
r12(empty, a) -> a
r12(cons2(x, k), a) -> r12(k, cons2(x, a))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
R12(cons2(x, k), a) -> R12(k, cons2(x, a))
REV1(ls) -> R12(ls, empty)
rev1(ls) -> r12(ls, empty)
r12(empty, a) -> a
r12(cons2(x, k), a) -> r12(k, cons2(x, a))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
R12(cons2(x, k), a) -> R12(k, cons2(x, a))
rev1(ls) -> r12(ls, empty)
r12(empty, a) -> a
r12(cons2(x, k), a) -> r12(k, cons2(x, a))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
R12(cons2(x, k), a) -> R12(k, cons2(x, a))
POL(R12(x1, x2)) = 2·x1 + x2
POL(cons2(x1, x2)) = 2 + x1 + x2
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
rev1(ls) -> r12(ls, empty)
r12(empty, a) -> a
r12(cons2(x, k), a) -> r12(k, cons2(x, a))